dsh-cost-display:在 DSH 状态栏显示会话费用
`dsh-cost-display` 是 DeepSeek Harness (DSH) 的开源成本显示插件,旨在解决会话调试时费用信息不直观的问题。该插件在状态栏实时显示当前会话累计费用,支持悬停查看按模型拆分的 Token 用量及思维链统计。其核心功能包括支持基于北京时间的峰谷时段自动定价、可配置的生效日期以应对官方调价、模型列表自动同步以及未知模型的兜底价计费(带 `?` 前缀区分)。用户可通过 `dsh` 命令或手动修改配置快速安装,并在设置页灵活管理价格表、峰谷窗口及开关。费用估算基于输入、缓存及输出 Token 分别乘以对应单价,修改配置后新请求立即生效,但历史数据不变。需注意该费用
Read MoreOffPeak: Send Interception and Scheduled Execution During Low-Price Periods Under DeepSeek Peak-Valley Pricing
OffPeak is a plugin for DSH, specifically designed to optimize costs for DeepSeek V4 Flash/Pro users. When a user attempts to send a command during peak hours (09:00–12:00 or 14:00–18:00 Beijing Time), the plugin intercepts the send action, displays a price comparison between peak and off-peak periods, and allows the user to choose between sending immediately, scheduling execution, or dismissing the reminder for the day. If scheduling is selected, the user can use a time wheel to choose an off-peak period (00:00–08:59 or 18:00–23:59), and the plugin will automatically submit the command to the original session from the local server at the specified time, without requiring the browser to remain open. This plugin only takes effect with Web configuration, uses hardcoded price judgments, has no network calls or telemetry, features simple installation, and aims to help users control API costs while retaining the flexibility to send.
Read MoreMake Clear of Peak-Valley Prices of DeepSeek API on DSH Top Bar with dsh-client-pricing
`dsh-client-pricing` is a DSH Web client plugin maintained by Miyazawai, which displays the current unit prices of the DeepSeek API in the session top bar: with peak/idle badges, automatic price switching between flash and pro plans, and recalculating the price tier every 30 seconds. This article verifies the installation command, price list and capability boundaries based on the community directory, GitHub README and official pricing page. The prices are hard-coded and no session billing is provided.
Read MoreCheck Balance and Current Session Cost in DeepSeek Harness Webpage with dsh-balance-meter
### 译文: dsh-balance-meter is a DSH web browser extension maintained by Ghost011118. It displays the DeepSeek account balance and the estimated cost of the current session below the input box. This article verifies the official balance API, automatic pricing based on Flash/Pro plans, peak-valley unit price crawling, installation commands and credential configuration according to the community directory and GitHub. It is suitable for monitoring quota when running Agents on web pages.
Read More